Skip to content

feat: 지원자 현황 확인 디자인 구현#596

Open
manNomi wants to merge 1 commit into
feat/desktop-mode-pocfrom
feat/application-status-design
Open

feat: 지원자 현황 확인 디자인 구현#596
manNomi wants to merge 1 commit into
feat/desktop-mode-pocfrom
feat/application-status-design

Conversation

@manNomi

@manNomi manNomi commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

관련 이슈

  • 없음

작업 내용

  • 지원자 현황 확인 목록 화면을 Figma flow 1 기준으로 재구성했습니다.
    • 지원한 대학 영역, 성적 공유 참여 배너, 전체/지원자 있는 대학 탭, 권역/학점 필터 칩을 추가했습니다.
    • 대학별 지원자 현황 카드를 펼침/접힘 구조로 정리하고, 상세 페이지로 이동할 수 있게 했습니다.
  • 지원자 현황 대학 상세 화면을 Figma flow 2 기준으로 추가했습니다.
    • 대학 상세와 같은 hero/sheet 템플릿 위에 지원자 목록, 지망 순위/학점 정렬, 지원자 성적 카드를 배치했습니다.
  • university-web 대학 상세와 지원자 현황 상세에서 함께 쓸 수 있도록 MobileHeroDetailShell@solid-connect/ui에 추가했습니다.
  • 공통 UI 패키지의 Tailwind 클래스가 누락되지 않도록 web, university-web Tailwind content/transpile 설정을 보강했습니다.

검증

  • git diff --check
  • commit hook CI parity checks 통과
    • @solid-connect/web lint, typecheck
    • @solid-connect/university-web lint, typecheck
    • @solid-connect/admin lint, typecheck
  • pre-push hook CI parity checks 통과
    • @solid-connect/web lint, typecheck, build
    • @solid-connect/university-web lint, typecheck, build
    • @solid-connect/admin lint, typecheck, build
  • 추가 수동 검증
    • @solid-connect/ui lint/typecheck 통과
    • mock API + 실제 로그인 플로우로 /university/application 모바일/데스크톱 렌더 확인
    • mock API + 실제 로그인 플로우로 /university/application/[universityName] 모바일/데스크톱 렌더 확인
    • university-web 대학 상세 모바일/데스크톱 렌더 및 공통 hero sheet 적용 확인

참고

  • 이 PR은 기존 feat/desktop-mode-poc PR(feat: 데스크톱 최적화 레이아웃 적용 #576)에 섞이지 않도록 해당 브랜치를 base로 둔 stacked PR입니다.
  • #576이 먼저 머지되면 base를 main으로 변경할 수 있습니다.
  • 로컬 Node 버전은 v23.10.0이라 repository engines의 Node 22.x 경고가 출력됩니다.

@vercel

vercel Bot commented Jul 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
solid-connect-university-web Ready Ready Preview, Comment Jul 3, 2026 4:46pm
solid-connect-web-admin Ready Ready Preview, Comment Jul 3, 2026 4:46pm
solid-connection-web Ready Ready Preview, Comment Jul 3, 2026 4:46pm

@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 74c1bb1a-0191-4daa-bc88-a764b1a9198c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/application-status-design

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@manNomi

manNomi commented Jul 4, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f26bdb3406

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +404 to +405
if (!prev || prev.applicants.length < scoreSheet.applicants.length) {
scoreSheetMap.set(key, scoreSheet);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Aggregate applicants before deduping universities

When a university appears in more than one preference array, this keeps only the sheet with the largest single-preference applicant list and drops applicants from the other preferences. The redesigned list no longer has per-preference tabs, and the new detail page explicitly merges matches across choices, so a school with 3 first-choice and 2 second-choice applicants is shown as 3 in the list/sort/banner but 5 on the detail page. Merge applicant arrays per university instead of selecting one sheet.

Useful? React with 👍 / 👎.

Comment on lines +241 to +244
<button
type="button"
className="flex size-10 items-center justify-center rounded-full border border-white/80 bg-white/90 text-primary shadow-sm backdrop-blur-sm"
aria-label="관심 대학"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Wire or remove the no-op favorite button

On the mobile application university detail page, this renders an enabled “관심 대학” button with no onClick handler or disabled state. Any user tapping the heart gets no state change or feedback, which makes the primary action look broken; either connect it to the existing wish-list behavior or avoid rendering it until it is supported.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant